/* 首页 */
.home {
	color: #50767f;
	font-size: 14px;
}

.home a {
	color: #50767f;
}

.home .home-swiper .swiper-slide img {
	width: 100%;
}

.home .swiper-container {
	--swiper-theme-color: #50767f;
}

.home .series {
	text-align: center;
	padding: 30px 0;
}

.home .series .title {
	font-size: 32px;
	line-height: 32px;
	padding-top: 20px;
	width: 100%;
}

.home .series .intro {
	font-size: 14px;
	padding-top: 20px;
	width: 100%;
}

.home .series .name {
	font-size: 16px;
	padding-top: 20px;
	width: 100%;
}

.home .series img {
	width: 100%;
	padding-top: 20px;
}

.home .series-goods-swiper {
	text-align: center;
}

.home .series-goods-swiper .swiper-slide {
	width: 33%;
}

.home .series-goods-swiper img {
	width: 100%;
}

.home .series-goods-swiper .swiper-container .swiper-pagination {
	position: relative;
	padding-top: 15px;
}

.home .recommend-series .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home .recommend-series img {
	width: 100%;
}

.home .about .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home .about .item {
	width: 30%;
}

.home .about .intro {
	color: #828282;
	padding-top: 20px;
}

.home .about img {
	width: 100%;
}

/* mobile */
.home .about .list .about-swiper {
	width: 100%;
}
.home .about-swiper .swiper-container .swiper-pagination {
	position: relative;
	padding-top: 15px;
}

.home .article_list .list {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}
.home .article_list .list .list-item {
	display: flex;
	flex-direction: column;
	width: 30%;
}
.home .article_list .list .list-item a {
	font-size: 14px;
	color: #828282;
	margin: 5px 10px;
}

.home .article_list .list .list-item .title-s {
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	margin: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
}

.home .article_list .list .list-item .list-s {
	text-align: left;
	display: flex;
	flex-direction: column;
}

.home .friendlink_list ul { display: flex; flex-wrap: wrap;}
.home .friendlink_list li { margin: 10px 10px;}
.home .friendlink_list a { color: #828282;}

